home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Util / virus / xvslibrary.lha / xvs / HISTORY < prev    next >
Text File  |  2004-01-15  |  25KB  |  527 lines

  1. ============================================================================
  2. ==            xvs.library - The eXternal Virus Scanner Library            ==
  3. ============================================================================
  4. ==            Copyright © 1997-1999/2001-2004 by Georg Hörmann            ==
  5. ==                 Copyright © 1999-2001 by Alex van Niel                 ==
  6. ==                  Copyright © 2001 by Jan Erik Olausen                  ==
  7. ============================================================================
  8.  
  9. TO DO:
  10. ------
  11. - Add full support for 'Neurotic Death' linkviruses (6 versions). These are
  12.   highly polymorphic and very hard to recognize in files. Currently only the
  13.   original installer files are recognized, and active viruses will be killed
  14.   in memory.
  15. - Try to get the old 'GlobVec144' linkvirus. The only ones who ever had a
  16.   copy are Heiner Schneegold (VT-Schutz) and Sönke Freitag (VTC Hamburg),
  17.   but Sönke couldn't find it anymore and Mr. Schneegold currently doesn't
  18.   give it to me :-(
  19.  
  20. ============================================================================
  21.  
  22.    xvs.library 33.41 (size: 62.076 bytes)
  23.     - Added AmigaE/libraries/xvs.m developer file. Thanks must go to
  24.       Ronald van Dijk for this contribution.
  25.     - Once again rewritten taskscanner in xvsSurveyMemory() to avoid
  26.       Disable()s lasting longer than 250µs. Thanks to Christian again
  27.       for reporting the problems with his FastEthernet card.
  28.     - Fixed bootblock recognition of "GXTeam" bootvirus to avoid false
  29.       alarms. Thanks to Ronald van Dijk for the example file.
  30.     - Fixed problem in xvsCheckFile() that caused Enforcer hits under
  31.       certain conditions with damaged executables. Thanks again for the
  32.       example files to Ronald van Dijk.
  33.     - Added "ASS Protector 1.0" bootvirus clone and its installer and
  34.       modified recognition for the original virus. Fixed recognition of
  35.       "Liberator 1.21" filevirus to avoid false alarms. Thanks once more
  36.       to Ronald van Dijk for the report and example files.
  37.  
  38.    xvs.library 33.40 (size: 61.912 bytes)
  39.     - Added file recognition for some very old installer programs of the
  40.       following bootblock viruses: Blizzard, CLI-Manager, SystemZ 5.0
  41.       and SystemZ 6.4. Thanks to Dirk Stöcker for sending the files.
  42.     - Added special recognition for "Zeeball AV-Testfile" from Zeeball's
  43.       antivirus test archive.
  44.     - Changed several often-used CacheClearU() calls to CacheClearE()
  45.       for better performance on JIT 68k emulated systems (file analysis
  46.       and repair code for polymorphic linkviruses have not been changed,
  47.       as these only get called if some patterns match first). Thanks to
  48.       Harry Sintonen for the hint.
  49.     - Fixed bug in xvsCheckFile() that accessed two bytes following the
  50.       actual file buffer under certain circumstances. Thanks must go to
  51.       Mikolaj Calusinski for the report and for beta-testing.
  52.     - Did some compatibility fixes for Pegasos/MorphOS systems. Thanks
  53.       again to Harry Sintonen for the report and for beta-testing.
  54.     - Replaced old installer script with an updated version written once
  55.       again by Dave 'Targhan' Crawford. Thanks!
  56.  
  57.    xvs.library 33.39 (size: 61.196 bytes)
  58.     - Added size check to bootblock virus recognition in xvsCheckFile().
  59.       Any files bigger than 2048 bytes will no longer be tested for
  60.       bootblock viruses to avoid fake recognitions inside disk-images.
  61.     - Finally fixed the last MuForce hit ($c0.w) in xvsSurveyMemory().
  62.       Thanks to Sensei again for the report and Zeeball for further
  63.       suggestions on this topic.
  64.     - Fixed severe bug in 'Illegal Access' recognition code that caused
  65.       crashes on any files with virus-like hunklengths. Thanks to
  66.       Zeeball for the report and the example files.
  67.     - Added 'NoName (196 Bytes)' linkvirus and 'XFD Infiltrator' virus.
  68.       Thanks to Zeeball for sending them.
  69.     - Fixed problems with native MorphOS applications that directly call
  70.       xvs.library functions. Thanks to Harry Sintonen for the report and
  71.       for further help.
  72.     - Implemented custom Disable() function that prevents loss of data
  73.       on the serial port during xvsSurveyMemory() calls. Thanks to
  74.       Christian of CAPS (www.caps-project.org) for the report and the
  75.       excessive beta-testing!
  76.     - xvsSurveyMemory() now closes TCP ports opened by several viruses.
  77.       These currently are: 1666, 2000, 2001, 2227, 2333, 2421, 2551,
  78.       4097 and 9876. Please note that closing an open port doesn't cause
  79.       a virus report, it just happens!
  80.     - Once again improved the internal security stuff for less timing
  81.       problems with sensitive software (serial.device still has trouble
  82.       with 115200 bps on a MC68030, use 8n1.device instead!).
  83.     - Added 'Neurotic Death' viruses (6 versions) to xvsSurveyMemory()
  84.       and the installer files to xvsCheckFile().
  85.     - Added new developer files created by Dirk Stöcker. Thanks a lot
  86.       and sorry that I forgot to add them to the last release.
  87.     - Added installer script written by Dave 'Targhan' Crawford. Thanks
  88.       a lot for this contribution.
  89.  
  90.    xvs.library 33.38 (size: 59.040 bytes)
  91.     - Just had to fix two problems with the security code:
  92.       a. Timing has been improved to avoid interference with some music
  93.          software. Thanks to Paracels/PCB for the report and testing.
  94.       b. Expunge of library caused access to deallocated memory in some
  95.          rare cases. Thanks to Mikolaj Calusinski for the report and
  96.          the excessive beta-testing ;)
  97.     - Fixed (hopefully all) MuGuardianAngel hits in the SurveyMemory()
  98.       routine. If anyone detects some more, please send me the logs.
  99.       Thanks to Thomas Richter for his suggestions about mmu.library,
  100.       but I finally found an other solution. And thanks to Sensei for
  101.       reporting all his hits.
  102.     - Improved speed of SurveyMemory() drastically by skipping similar
  103.       recognition routines in just one step if their common requirements
  104.       are not available.
  105.  
  106.    xvs.library 33.37 (size: 58.832 bytes)
  107.     - Once more added some new security features to the library. It will
  108.       now try to self-defend after alien attacks, only if these efforts
  109.       fail, the library gets disabled.
  110.     - Added recognition for 2 demo files that I call 'Anti-UAE Trojan'.
  111.       Their code checks for UAE systems and in case it finds one will
  112.       delete important files. Thanks to Jan Andersen for sending the
  113.       demos to me.
  114.     - Added recognition for a MS-DOS strain of 'Bastard Installer'.
  115.       Thanks to Jan Andersen for the file.
  116.     - Added recognition and repair code for 'Bobek 3' linkvirus.
  117.       Thanks to Zeeball for sending me an infected file, even though
  118.       it was accidentally :-)
  119.  
  120.    xvs.library 33.36 (size: 57.972 bytes)
  121.     - After several years on a journey the sourcecodes finally came
  122.       back home;-) Yes, it's me (Georg Hörmann) again, still alive
  123.       and kicking virus asses... Thanks must go to Alex van Niel and
  124.       Jan Erik Olausen for keeping the project alive!
  125.       This update was done by me alone, but in the future, Jan Erik
  126.       and I will keep the library up-to-date together.
  127.     - Rearranged and enhanced the security stuff inside the library
  128.       for 100% detection of any (illegal) function patches. Programs
  129.       like 'ZeebsVS' will no longer work with this version. Thanks
  130.       must go to Zeeball for his demonstration of security gaps in
  131.       the older versions.
  132.     - Added support for 'IOZ (512 Bytes)' linkvirus. Thanks go to
  133.       Zeeball for sending it.
  134.     - Added support for 'Rexxfunc' trojan. Thanks must go to Zeeball
  135.       and Jan Andersen for sending it.
  136.     - Totally redesigned the scanner for virus tasks/processes. The
  137.       new code scans all tasks/processes for every known virus in just
  138.       one step and can even handle several running copies of one virus
  139.       correctly (thanks Zeeball for the hint).
  140.     - Checked ALL the stuff that has been added in my absence since
  141.       xvs.library 33.18. See below for what I have changed/fixed.
  142.       Thanks must go to Jan Andersen, Jan Erik Olausen and Zeeball
  143.       for sending me the missing viruses and lots of other stuff.
  144.       Special thanks to Zeeball for the ZeebsVS sourcecodes!
  145.     - Fixed file recognition for 'Bastard Installer 1'.
  146.     - Renamed 'Miami 4.0 Fake Installer' to 'MUI 4.0 Fake Installer',
  147.       because that's what it really is.
  148.     - Renamed 'CCCP Clone' bootvirus to 'Anal Rapes' (its real name),
  149.       fixed its memory recognition and added it to linkvirus brain.
  150.     - Removed recognition for 'Doubledensity' bootblock, this is just
  151.       an intro boot.
  152.     - Fixed longword access to odd address in 'Jode Capullos 2' file
  153.       recognition. This caused crashes on 68000 systems.
  154.     - Fixed memory removal code for 'Zakahackandpatch' and 'Zakapior'.
  155.       The processes of these viruses might stay in memory up to one
  156.       minute after they have been detected, that's not a bug, but
  157.       their own call to Delay() that we have to wait for.
  158.     - Fixed recognition for 'Hitch-Hiker 5.00 Installers' and added
  159.       the plain version created by xfdmaster.library 39.13.
  160.     - Renamed 'MadRoger Short' to 'NoName (248 Bytes)' to follow the
  161.       guidelines of VTC Hamburg (idea by Jan Andersen).
  162.     - Renamed '212 Bytes Link' linkvirus to 'NoName (212 Bytes)' and
  163.       fixed its memory removal code.
  164.     - Renamed 'Explode Trojan' linkvirus to 'Port 9876' and removed
  165.       the repair code, we can use 'Fungus' code instead.
  166.     - Renamed 'Explode Trigger' filevirus to 'Port 9876 Trigger'.
  167.     - Renamed 'Port 4097 Installer' to 'Port 4097' and added memory
  168.       removal code for the trojan's process. The process will stay
  169.       in memory for a while without doing any harm, see explanation
  170.       at 'Zaka...' above.
  171.     - Fixed 'Hitch-Hiker 5.00' memory removal code. The process gets
  172.       killed immediately, the patched stack addresses will disappear
  173.       one by one after a while without doing harm.
  174.     - Fixed memory and file recognition and the repair code for
  175.       'Motaba 3' linkvirus. Now it restores the correct library jumps
  176.       and can repair even files that have been damaged by the virus
  177.       (bad branch offsets!).
  178.     - Fixed memory and file recognition and the repair code for
  179.       'Bastard' linkvirus. Now restores all patched functions (inside
  180.       asl.library and VirusCheckerII) and repairs even big files with
  181.       bad branch offsets.
  182.     - File recognition for 'Bastard Installer 2' will now only detect
  183.       the plain, uncrunched virus as xfdmaster.library unpacks this
  184.       file correctly.
  185.     - Fixed brain entry of 'Port 2421' linkvirus (wrong virus length)
  186.       and added memory recognition. Moved 'Port 2421 Installer' from
  187.       linkvirus to filevirus brain as it cannot reproduce itself.
  188.     - Fixed 'Smeg 2a' and 'Smeg 2b' memory removal code. The processes
  189.       get killed immediately and the patched stack addresses disappear
  190.       one by one after a while without doing harm.
  191.     - Fixed repair code for 'Penetrator 2001' linkvirus to handle both
  192.       ways of infection and added memory removal code (removes the task
  193.       and 2 of 3 processes, the other one usually should already have
  194.       been run out or crashed because of bad coding!).
  195.     - Fixed memory recognition for 'Bobek 2' linkvirus and tuned the
  196.       file recognition/repair code. Thanks to Jan Erik Olausen for his
  197.       bug report about the beta-release of this code.
  198.  
  199.    xvs.library 33.35 (size: 58.512 bytes)
  200.     - Added Bobek 2 Installer 1 datavirus.
  201.       Thanks to Rafal Mania for sending me this file.
  202.  
  203.    xvs.library 33.34 (size: 58.424 bytes)
  204.     - Replaced the Hitch-Hiker 5.00 detection/removal code.
  205.       Thanks to Georg Hörmann for writing a better code ;)
  206.     - Cleaned up some code. Got some tips from Georg.
  207.       So the library is a bit smaller now...
  208.     - For developers: Added XVSLIST_DATAVIRUSES to xvsCreateVirusList()
  209.       so that you can view data viruses as well.
  210.  
  211.    xvs.library 33.33 (size: 59.756 bytes)
  212.     - Fixed 2 bugs in Hitch-Hiker 5.00 removal + improved checking.
  213.       Thanks to Thomas Klein for reporting the bugs.
  214.     - Removed Sinister Syndicate 1/2 and French from the
  215.       bootblock recog. They were harmless.
  216.       Thanks to Dirk Stöcker for telling me.
  217.  
  218.    xvs.library 33.32 (size: 59.824 bytes)
  219.     - Argh... Fixed major bug in Hitch-Hiker 5.00 removal.
  220.       The virus was removed, but the file was not fixed.
  221.       Thanks to Jean Holzammer for reporting this bug.
  222.  
  223.    xvs.library 33.31 (size: 59.824 bytes)
  224.     - Improved the Hitch-Hiker 5.00 Link virus.
  225.       Should be able to detect 99.9% of this virus now...
  226.       Thanks to Jan Andersen and Treveur BRETAUDIERE for the files
  227.     - Fixed bug in recog for Bastard Installer 1 File virus
  228.     - Added recog for 'EICAR STANDARD AV-TEST FILE'
  229.       This is not a virus, but a testfile that can be found on
  230.       http://www.eicar.org/anti_virus_test_file.htm
  231.       The purpose of this test file is to check that your favourite
  232.       anti virus program really finds it! Deep inside arhcives etc...
  233.       PS! This is a data file, so you might turn on the
  234.       'data file checking' in your virus killer.
  235.       Thanks to Sami Rautiainen for telling me about this file.
  236.  
  237.    xvs.library 33.30 (size: 58.140 bytes)
  238.     - Added Jode Capullos 2 Trojan file virus
  239.       Thanks to Fabrizio Bartoloni for the file
  240.     - Renamed MKG to Jode Capullos 1
  241.     - Added Hitch-Hiker 5.00 Installer file virus
  242.       This is the same for all three link viruses
  243.     - Added Hitch-Hiker 5.00 Link virus
  244.       Added Hitch-Hiker 5.00a Link virus
  245.       Added Hitch-Hiker 5.00b Link virus
  246.       Thanks to Jan Andersen for the HH5 files.
  247.  
  248.    xvs.library 33.29 (size: 56.928 bytes)
  249.     - Added MKG Trojan File virus
  250.       Thanks to Golds for the file.
  251.     - xvs.library has changed name...
  252.       from: The eXternal Virus Support Library
  253.         to: The eXternal Virus Scanner Library
  254.  
  255.    xvs.library 33.28 (size: 56.828 bytes)
  256.     - Fixed bug in the memory check routine for Smeg2
  257.       Thanks to Luca, Harry and Dirk for telling me about this
  258.       bug. It will not happen again!
  259.  
  260.    xvs.library 33.27 (size: 56.828 bytes)
  261.     - Added Penetrator 2001 Link virus
  262.       Thanks to Krzysztof Duda for the files.
  263.     - Added CCCP Clone Bootblock virus
  264.       Thanx to Mr Yoard for sending me this bootblock
  265.     - Fixed bug in recognition code for DKG-Blum file virus again!
  266.       Thanks to Urban Mueller for reporting this.
  267.     - Added Smeg2a Installer File virus
  268.       Thanks to Antonio De Cicco for the file.
  269.     - Added Smeg2a Link virus
  270.     - Added Smeg2b Link virus
  271.       Thanks to Zeeball for the files.
  272.  
  273.    xvs.library 33.26 (size: 55.700 bytes)
  274.     - Added Bobek2 Link virus
  275.       Thanks to Jan Andersen for the files.
  276.       Thanks to Zeeball for the memory removal routines.
  277.     - Added Expl0de Trojan Link virus
  278.       Added Expl0de Trigger File virus
  279.       Thanks to Jan Andersen for the files.
  280.     - Renamed 8x8 Link to Motaba-3
  281.  
  282.    xvs.library 33.25 (size: 54.168 bytes)
  283.     - Added Zakahackandpatch File virus
  284.       Thanks to Jan Andersen for the files.
  285.     - Added Bobek! Link virus
  286.       Thanks to Jan Andersen, Frank and Zeeball for the files.
  287.     - Added Bastard Installer 1 Data virus
  288.             Bastard Installer 2 File virus
  289.             Bastard Link virus
  290.       Thanks Jan Andersen and Zeeball for the files.
  291.       Thanks to Zeeball for the info on this virus and for the decrypt
  292.       and memory removal routines.
  293.     - Added 212 Bytes Link virus
  294.       Thanks to Jan Andersen for the file.
  295.     - Fixed bug in recognition code for DKG-Blum file virus.
  296.       Thanks to Jan Andersen for reporting this.
  297.     - Added Bobek2 Installer File virus
  298.       Thanks to Fabrizio Bartoloni for telling me about this file.
  299.     - The library has changed programmer, although Georg does keep all
  300.       copyrights and remains owner of the sources, I (Jan Erik Olausen)
  301.       will continue developement. See the README file for my contact
  302.       address.
  303.       Thanks to Georg Hörmann and Dirk Stöcker for helping me out with
  304.       fixing bugs in the source. I couldn't have done this without there
  305.       help :o)
  306.  
  307.    xvs.library 33.24 (size: 52.916 bytes)
  308.     - Added 4kIntro Trojan
  309.       Thanks to Ryben Kozlak and Jan Andersen
  310.     - Added Dkg-Blum Trojan
  311.       Thanks to Peter Gordon, Urban Mueller and Jan Andersen
  312.     NOTE:
  313.       This trojan also replaces or adds a file called asi.library.
  314.       XVS will not (yet) be able to detect this file because as far as
  315.       I could analyze it, it looked like a normal VideoTracker file.
  316.       If XVS would have to see this as a virus, more VideoTracker files
  317.       will be fake detected. If you have problems or want this added
  318.       anyway let me know.
  319.  
  320.    xvs.library 33.23 (size: 52.868 bytes)
  321.     - Added Port 4097 Installer (LoadWB) virus
  322.       Thanks to Zeeball for the files
  323.       No memory infection found yet, might be added later if one
  324.       is found.
  325.     - Added Port 4097 Trojan (RexxFifo.Library) virus
  326.       Thanks to Zeeball for the file
  327.       No memory infection found yet, might be added later if one
  328.       is found.
  329.     - Added Port 2421 Installer virus (Jizzer)
  330.       Thanks to Zeeball for the file
  331.       No additional memory or file infection found yet, might be added
  332.       later if one is found.
  333.     - Added Port 2421 Trojan (Mount) virus
  334.       No additional memory or file infection found yet, might be added
  335.       later if one is found.
  336.     These viruses create TCP/IP ports in memory. If a file infected with
  337.     one or more of these viruses is found on your system, chances are
  338.     that these ports are open already. For now, you should let the
  339.     xvs.library remove the virus and then reset your Amiga. (Which is
  340.     always a good idea after detecting a virus, but that aside of the
  341.     subject) The ports should then be gone.
  342.  
  343.    xvs.library 33.22 (size: 52.732 bytes)
  344.     - Added 8x8 Link virus.
  345.       Thanks to Jan Andersen, Chill and Zeeball for the files.
  346.       Thanks to Heiner Schneegold for the info on this virus.
  347.  
  348.    xvs.library 33.21
  349.     - Added YamPPCpatch Trojan. When so called "patched" a file called
  350.       "cedmacros" is put in your "S:". Aferwards, when you press
  351.       specific buttons in CED ("a", "q", etc.) some lame text is placed
  352.       in the text you are editing. Highly annoying. The library
  353.       recognises the "patch" and it's installer. Thanks to Jan Andersen
  354.       for supplying it to me. Thanks to Urban Mueller for reporting it
  355.       to Jan Andersen.
  356.     - Changed position of DoubleDensity bootblock virus in virus list.
  357.       Wasn't sorted alphabetically properly.
  358.     - Fixed MUI 4.0 (clickforcolors) entry to a smaller entry (too big
  359.       a name for some virus killers)
  360.  
  361.    xvs.library 33.20
  362.     - Quickly fixed the naming of the MUI 4.0 fake. I accidentally named
  363.       it Miami 4.0 for some reason. Thanks for Dirk Stöcker for noticing
  364.       this.
  365.     - Placed the Amos Joshua trojans at the right place in the list for
  366.       programs that don't sort the virus list before outputting to the
  367.       user.
  368.  
  369.    xvs.library 33.19
  370.     - Added Zakapior trojan virus and it's Dropper, thanks to Jan
  371.       Andersen for sending them.
  372.     - Added Amos Joshua trojan virus and it's Dropper, thanks to
  373.       Jan Andersen for sending them.
  374.     - Added Amos Joshua Clone virus and it's Dropper, thanks to
  375.       Jan Andersen for sending them.
  376.     - Added MUI 4.0 trojan virus and installer, thanks to Jan Andersen
  377.       for sending them.
  378.     - Added AmigaE modules to archive, including a small example.
  379.       The modules and example were created by Andrew Cashmore
  380.       (aj.cashmore@ukonline.co.uk)
  381.     - The library has changed programmer, although Georg does keep all
  382.       copyrights and remains owner of the sources, I (Alex van Niel)
  383.       will continue developement. See the README file for my contact
  384.       address.
  385.  
  386.    xvs.library 33.18
  387.     - Fixed bug in recognition code for Elbereth 1 - 4 and Disnomia
  388.       linkviruses. Some copies have not been detected correctly.
  389.       Thanks to Dran/Chew-Z for the report and the testfiles.
  390.     - Added additional verification code for pseudo-executables like
  391.       'Scalos.key' starting with $3f3 even if they are datafiles.
  392.       Thanks to Ramon for the report.
  393.  
  394.    xvs.library 33.17
  395.     - Added 'STD Crabs #1' linkvirus and its Dropper. Thanks to Jan
  396.       Andersen and David Knell for sending them.
  397.     - Added 'STD Vaginitis #1' linkvirus and its Dropper. Thanks to
  398.       Jan Andersen for sending them.
  399.     - Added 'STD Vaginitis #2' linkvirus, its Dropper and
  400.       'STD Vaginitis #3' filevirus. Thanks to Jan Andersen and
  401.       Jesper Svennevid for sending them.
  402.  
  403.    xvs.library 33.16
  404.     - Added another security mechanism that should bring up an alert
  405.       if xvs.library has been modified in length (what usually all
  406.       viruses do). If such an alert pops up on your computer, please
  407.       perform a file check with VirusZ on 'xvs.library' in your libs:
  408.       drawer. The library will therefore no longer refuse to work when
  409.       it's (possibly) infected.
  410.     - Oh my god, why am I such an idiot? While analyzing Polish Power
  411.       linkvirus, it suddenly came to my mind: The polymorphic code
  412.       of Polish Power is exactly the same as the one Antonio uses.
  413.       I just had to fix some small routines in the repair code, and
  414.       now both dangerous linkviruses will be recognized :-)
  415.  
  416.    xvs.library 33.15
  417.     - My Christmas gift for you: Recognition and repair code for the
  418.       'Antonio' linkvirus (that's how I call it!). It uses the ugliest
  419.       polymorphism I have seen so far, but I nevertheless did it in
  420.       just 2 days. If there appear infected files that cause problems,
  421.       please send them to me immediately (by email if possible).
  422.       Thanks to Jan Andersen for sending me this virus so quickly.
  423.  
  424.    xvs.library 33.14
  425.     - Added 'Datatypes.Library Trojan'. Thanks to Jan Andersen for
  426.       sending this Miami backdoor.
  427.     - Please note my new email address in the README file.
  428.  
  429.    xvs.library 33.13
  430.     - Added Mad_Roger Short linkvirus.
  431.     - Added Robby bootvirus. Thanks to Peter Lindberg for this really
  432.       old stuff. It's from 1988 and I've never seen it before!!!
  433.     - Added 'C' developper files. Thanks to Dirk Stöcker for creating
  434.       them.
  435.  
  436.    xvs.library 33.12
  437.     - Added new linkvirus: Fungus/LSD. Thanks to Jan Andersen for
  438.       sending this stuff.
  439.  
  440.    xvs.library 33.11
  441.     - Added new viruses: UnpackJPEG Trojan, LOBO Simple, LOBO Weird
  442.       and its Installer. Thanks to Jan Andersen for sending the viruses
  443.       and Dran/Chew-Z for sending them to Jan.
  444.     - Finally released the developper files (include, autodoc, fd etc.)
  445.       to the public. It's time now to give other skilled coders the
  446.       opportunity to develop their own viruskillers...
  447.  
  448.    xvs.library 33.10
  449.     - Added the rest of the missing viruses from VTC (see below):
  450.       666!-Trojan, Mosh 1.0, Promoter 1, Purge Dropper, Purge Trojan,
  451.       TDTJ Trojan, SehrJung Dropper, SehrJung Trojan, Nibbler 1.0ß Link,
  452.       Nibbler Installer, New Age (bad linkvirus, can only be deleted).
  453.     - Added recognition for 666!-Trojan damages to sector check code.
  454.     - Added recognition for files damaged by Cute Little Ponnies and
  455.       Inspector X of A.L.F.
  456.     - Added AmigaRAR.exe Fake, a packed version of Gathering '95 that
  457.       cannot be decrunched by xfdmaster.library at the moment. I will
  458.       add the cruncher as soon as possible to xfd.lib, then the extra
  459.       recognition is no longer needed. Thanks to Jan Andersen for this
  460.       packed trojan.
  461.  
  462.    xvs.library 33.9
  463.     - Finally I contacted Soenke Freitag of VTC Hamburg and asked him to
  464.       send me the old but still missing viruses from their test. I added
  465.       the following viruses until now:
  466.       AHM Keymaker 1.1, BBS Blieb6, Miami Fake, BBS MegaMon, DumDum 2,
  467.       BBS CLP/InspectorX, BootX Updater, Buzz Bomb MKI, Hexer/Bea 1,
  468.       Hexer/Bea 2, Hexer/Bea 3, Conman Format,  Compuphagozyte 13,
  469.       Disk.info Bomb, Joshua 3 and Christmas Violator.
  470.       There are still more to come, I will add them (hopefully) in the
  471.       following 2 or 3 weeks.
  472.       Special thanks go to Soenke Freitag for the good cooperation and
  473.       all the work he had with sending me the virus collection.
  474.       Thanks must go to Markus Schmall and Jan Andersen too for giving
  475.       Soenke the permission to submit the viruses to me (most of them
  476.       were NDA).
  477.     - Added MaxDoorControl + Lib. Thanks to Jan Andersen for sending it.
  478.  
  479.    xvs.library 33.8
  480.     - Added Mad Roger bootvirus and WAWE trojan. Thanks to Jan Andersen
  481.       for sending the trojan.
  482.  
  483.    xvs.library 33.7
  484.     - Did some internal reworking for better performance.
  485.     - Added bootblock viruses: AHC, Gadaffi 2, Virus Slayer 6.12.
  486.     - Added recognition for files damaged by Lisa FuckUp 2.0.
  487.     - Fixed removal code for ZIB linkvirus. Now detects all files that
  488.       have been infected by the installer directly.
  489.     - Added recognition for Doom_CLX Trojan, CompuPhagoLink and
  490.       X-Ripper 1.1.
  491.  
  492.     Special thanks for sending all the above mentioned viruses are going
  493.     to Jan Andersen. VirusZ did not recognize these viruses at the time
  494.     when the VTC-Test 1998 took place, therefore the ranking of VirusZ
  495.     in this test would be even better right now.
  496.  
  497.    xvs.library 33.6
  498.     - Added HappyNewYear 96/2 clone, HNY 96/3 clone + installer and
  499.       Sepultura bootblock virus. Thanks to Jan Andersen for submitting
  500.       them.
  501.  
  502.    xvs.library 33.5
  503.     - Fixed bug in 'Smeg' recognition. Thanks to Thomas Richter for the
  504.       tests and the report.
  505.     - Added 'MKey.exe Fake' trojan. Thanks to Jan Andersen for sending
  506.       it to me.
  507.     - Added 'HANF' linkvirus. This nasty bastard took me a lot of time.
  508.       Thanks to Ralph Bernecker and Jan Andersen for sending it to me.
  509.  
  510.    xvs.library 33.4
  511.     - Added 'ReOrgIt Fake' trojan. Thanks to Jan Andersen for sending
  512.       it to me.
  513.  
  514.    xvs.library 33.3
  515.     - Added new viruses: 'Death To Maxs' 1-4 trojans. Thanks to Jan
  516.       Andersen for sending them.
  517.     - Rewritten some memory checking routines for safer execution.
  518.  
  519.    xvs.library 33.2
  520.     - Just did a little fix in the memory checking code. Some strange
  521.       patches haven't been accepted.
  522.  
  523.    xvs.library 33.1
  524.     - Moved all virus recognition and removal code from VirusZ to
  525.       this library. Several support routines have been rewritten
  526.       or designed totally new.
  527.